home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeleteFile XCMD Stack.cpt / DeleteFile XCMD Stack / background_2411.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  100 lines

  1. -- background: 2411 from stack: in
  2. -- bmap block id: 4558
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Instruction bkgnd
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   hide message
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 2000
  15. -- rect: left=45 top=45 right=308 bottom=468
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Field 1
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 2000
  29. -- rect: left=39 top=314 right=341 bottom=72
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 21700 / 21700
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Home
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go home
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 2000
  48. -- rect: left=437 top=314 right=342 bottom=470
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 6720 / 6720
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Return
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go to card id 2949
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=237 top=316 right=340 bottom=265
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 15420 / 15420
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: left
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go previous
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=268 top=316 right=340 bottom=296
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 16560 / 16560
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: right
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go next
  98. end mouseUp
  99.  
  100.